bool open(char *filename)
Parameter | Type | Description |
---|---|---|
filename | char * | filename for file to open |
Returns TRUE if open if OK, FALSE on any error.
This function opens a file (standalone or from a .fpk package). It first tries to open the file as a standalone file. If it fails to open it, it looks up the file path for .fpk files that may contain the desired file. All open files needs to be closed using the close method.